arm: m28evk: Zap superfluous tab in env
authorMarek Vasut <[email protected]>
Thu, 25 Sep 2014 19:14:16 +0000 (21:14 +0200)
committerStefano Babic <[email protected]>
Mon, 6 Oct 2014 15:12:58 +0000 (17:12 +0200)
Remove this tab from env, since it's useless, just use spaces.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Stefano Babic <[email protected]>
include/configs/m28evk.h

index 322b45fd990709c256e5b7cda4a26bbb2b786470..efe770b81b394dad46a2498e9c4574c273477ed9 100644 (file)
                "mmc rescan;"                                           \
                "if test -e mmc 0:2 ${bootscript} ; then "              \
                "if load mmc 0:2 ${kernel_addr_r} ${bootscript};"       \
-               "then;"                                                 \
-                       "\techo Running bootscript...;"                 \
-                       "\tsource ${kernel_addr_r};"                    \
+               "then ; "                                               \
+                       "echo Running bootscript... ; "                 \
+                       "source ${kernel_addr_r} ; "                    \
                "fi ; "                                                 \
                "fi\0"